@charset "UTF-8";
/* CSS Document */
*{ margin:0; padding:0;}
a{text-decoration:none;}
li{list-style:none;}




/* FUENTES */
@font-face {
		
	font-family:'futura';
	src:url('../fuentes/futura/futuralt-book-webfont.eot')format('embedded-opentype'),
		url('../fuentes/futura/futuralt-book-webfont.svg')format('svg'),
		url('../fuentes/futura/futuralt-book-webfont.ttf')format('truetype'),
		url('../fuentes/futura/futuralt-book-webfont.woff')format('woff');
		}
		
/*----------------------------------------footer-------------------------------------------------------*/

footer{
	width: 100%;
height:100px;
background:#232323;;
position:absolute;
bottom:0;





}

#wrap_footer{
	width:1250px;
margin: 0px auto;
padding:15px 0;
border-top:1px solid #000;


}

#wrap_footer p{
	clear: both;
    color: #737373;
    float: left;
    font-family: futura;
    font-size: 15px;
    font-weight: lighter;
    padding:7px 0px 0px 0px;
	position:relative;
	bottom:50px;
	}
	
div#grupo_redes{
	min-width:200px;}

div.redes{ 
	background-color:#E26C15;
    border-radius: 50%;
    float: right;
    height: 50px;
    margin-left: 15px;
    width: 50px;}
			
div.redes:hover{
			background-color:#DCDCDC;}
			
div.be{
		margin-right: 2%;
		}
			
div.redes img{
	padding: 7px;
    width: 38px;}
 
 /*---------------------------------------------------------------------MediaQuery---------------------------------------------------------------------------*/
@media screen and (min-width:951px) and (max-width:1420px){

#wrap_footer{
	width:900px;


}	
	
}


@media screen and (min-width:601px) and (max-width:950px){
	

#wrap_footer{
	width: 580px;
margin:0px auto;
}

#wrap_footer p{
	display:none;
	}
	
div#grupo_redes{
width:200px;
margin:0 auto;}
}

@media screen and (min-width:450px) and (max-width:600px){


#wrap_footer{
	width: 400px;
margin: 0 auto;
}

#wrap_footer p{
	display:none;
	}
	
div#grupo_redes{
width:200px;
margin:0 auto;}
}



@media screen and (max-width:449px){


#wrap_footer{
	width: 250px;
margin:0 auto;
}

#wrap_footer p{
	display:none;
	}
	
div#grupo_redes{
width:200px;
margin:0 auto;}
	
	
}